home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5975 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Termios equivalent for non-BSD systems?
  5. Date: 21 Feb 96 21:55:32 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.824939732@rscernix>
  8. References: <4gfte4$n0l@nyx10.cs.du.edu>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <4gfte4$n0l@nyx10.cs.du.edu> sscrivan@nyx10.cs.du.edu (steve scrivano) writes:
  13.  
  14. >Has anyone devised a functional equivalent to the BSD termios set of
  15. >library functions for Unix non-bsd systems?  I mean all of those 
  16. >functions beginning with the letters "cf" and "tc".
  17.  
  18. This has absolutely nothing to do with comp.lang.c.  Next time you
  19. have a Unix-specific question go to comp.unix.programmer.
  20.  
  21. The termios stuff is a POSIX feature and you'll have a hard time finding
  22. a reasonably recent Unix system which doesn't support it.  From the man
  23. page:
  24.  
  25. NAME
  26.   termios.h - Defines the structure of the termios file, which provides the
  27.   terminal interface for POSIX compatibility.
  28.  
  29. DESCRIPTION
  30.  
  31.   The /usr/include/termios.h header file is used to obtain and modify attri-
  32.   butes required by the terminal driver.  These attributes control input and
  33.   output processing.  The definition values and structure in the
  34.   /usr/include/termios.h file are required for P1003.1 POSIX compliance.
  35.  
  36. Dan
  37. --
  38. Dan Pop
  39. CERN, CN Division
  40. Email: danpop@mail.cern.ch 
  41. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  42.